github.com/golang/mock/gomock.callSet.exhausted (field)

5 uses

	github.com/golang/mock/gomock (current package)
		callset.go#L29: 	exhausted map[callSetKey][]*Call
		callset.go#L47: 		m = cs.exhausted
		callset.go#L60: 			cs.exhausted[key] = append(cs.exhausted[key], call)
		callset.go#L84: 	exhausted := cs.exhausted[key]